home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0086 / 481.txt < prev    next >
Text File  |  1997-04-16  |  10KB  |  275 lines

  1. =========================================================================
  2.  
  3. INFO-ATARI16 Digest         Fri, 27 Apr 90       Volume 90 : Issue  481
  4.  
  5. Today's Topics:
  6.                          Atari USA and TOS1.4
  7.                          BUG in Turbo C V1.0
  8.                      comp.sys.atari.st and the UK
  9.                              English Docs
  10.                           GULAM help wanted
  11.                            Reg. Exp. Parser
  12.                  Severe Dcreate() bug in GEMDOS 0.23
  13.                              Unsubscribe
  14.                                uudecode
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Fri, 27 Apr 90 12:41:54 +0100
  18. From: Dave Hines <vj%cxa.daresbury.ac.uk@NSFnet-Relay.AC.UK>
  19. Subject: Atari USA and TOS1.4
  20. Message-ID: <15314.9004271141@cxa.daresbury.ac.uk>
  21.  
  22. Steve,
  23.     I have no idea why Atari UK are so slow to make the TOS 1.4 ROMS
  24. available, especially as they are in production... A friend who works in a
  25. computer shop says that new STFMs are being supplied with TOS 1.4 installed.
  26.  
  27. As for using US ROMS, there are a few problems:
  28.  
  29.    1)   They set the colour screen parameters for 60Hz monitors, not 50Hz
  30.  
  31.    2)   The keyboard mapping is different - pound/hash etc.
  32.  
  33.    3)   The date format is different - mm/dd/yy, not dd/mm/yy
  34.  
  35. I have a set of US ROMS (from Canada actually), and have blown new ROMS to fix
  36. (1) and (2) - I can tell you what I changed if you wish. What other problems
  37. may be lurking I have yet to discover.
  38.  
  39.         Dave Hines.
  40.  
  41. JANET:       D.Hines@uk.ac.daresbury
  42. EARN/BITNET: D.Hines%daresbury.ac.uk@UKACRL
  43. UUCP:        D.Hines%daresbury.ac.uk@ukc.uucp
  44. Ean:         D.Hines%daresbury.ac.uk@ean-relay.ac.uk
  45. Internet:    D.Hines%daresbury.ac.uk or D.Hines%daresbury@nsfnet-relay.ac.uk
  46.  
  47. ------------------------------
  48.  
  49. Date: 27 Apr 90 07:11:34 GMT
  50. From: mcsun!hp4nl!tnosoes!joep@uunet.uu.net  (Joep Mathijssen)
  51. Subject: BUG in Turbo C V1.0
  52. Message-ID: <1099@tnosoes.UUCP>
  53.  
  54. While trying to 'port' the sunclock from John Walker to the ST (you know
  55. the map of the Earth, showing the portion illuminated by the Sun) I came
  56. across a very irritating bug in Turbo C V1.0. Maybe somebody can check
  57. if the bug is fixed in V2.0.
  58.  
  59.  
  60. void wrong()
  61. ?
  62.     double e, delta;
  63.  
  64.     e = 10;
  65.     delta = e - cos(e);
  66.     e -= delta / (1 - cos(e));              <----------
  67.     printf("wrong e: %lf\n", e);
  68. ?
  69.  
  70. void good()
  71. ?
  72.     double e, delta, cs;
  73.  
  74.     e = 10;
  75.     delta = e - cos(e);
  76.     cs = 1 - cos(e);                        <----------
  77.     e -= delta / cs;                        <----------
  78.     printf("good e: %lf\n", e);
  79. ?
  80.  
  81. void main()
  82. ?
  83.     printf("cos: %lf\n", cos(10));
  84.     wrong();
  85.     good();
  86. ?
  87.  
  88.  
  89. RESULT
  90.     cos: -0.839072
  91.     wrong e: 9.000000
  92.     good e: 4.106226
  93.  
  94.  
  95.  
  96. The bug is 'solved' by using an extra variable. Maybe I go read some
  97. 68000, but the clock works and I am satisfied. I'll post the clock
  98. within some days.
  99.  
  100. Joep,
  101.  
  102. ===============================================================================
  103. Joep Mathijssen
  104. TNO Institute for Perception
  105. P.O. Box 23                     Phone : +31 34 63 562 11
  106. 3769 ZG  Soesterberg            E-mail: tnosoes!joep@mcvax.cwi.nl
  107. The Netherlands                     or: uunet!mcvax!tnosoes!joep
  108. ===============================================================================
  109.  
  110. ------------------------------
  111.  
  112. Date: Wed, 25 Apr 90 08:11:20 BST
  113. From: Mr. Simon Mark Christie
  114.  <XUUM23%PRIME-A.CENTRAL-SERVICES.UMIST.AC.UK@Forsythe.Stanford.EDU>
  115. Subject: comp.sys.atari.st and the UK
  116. Message-ID: <$TGQKCXJTDDRN at UMPA>
  117.  
  118. Can anyone tell me how I can receive comp... from the UK?
  119.  
  120. Also this idea of a comp...tech sound like a good idea - especially if I
  121. can get it. I like reading the info-atari digests but sometimes - mainly
  122. due to time pressures I'd rather not read large technical files. If a
  123. seperate techie section was available perhaps people would use it - but
  124. what's a 'technical' item?
  125.  
  126. Steve C.
  127.  
  128. ------------------------------
  129.  
  130. Date: Fri, 27 Apr 90 13:16:05 MSZ
  131. From: ONM65%DMSWWU1A.BITNET@CUNYVM.CUNY.EDU (Operator Stefan)
  132. Subject: English Docs
  133. Message-ID: <9004271016.AA06143@hugin.dmswwu-ether>
  134.  
  135. Hello!
  136.  
  137. For all people who are interested in an english Gemini
  138. distribution: We're nearly through! We got english binairies
  139. and a Netherland (Ton van Overbeek) is halfway through translating
  140. the docs. So, it's only a matter of days...
  141.  
  142.   _____________________________________________________
  143.  | Stefan Eissing  <onm65@dmswwu1a.bitnet>    +----+  \|#
  144.  | Dorfbauerschaft 7, D-4419 Laer-Holthausen  | OK |   |#
  145.  | "Author of Venus@Gemini"                   +----+   |#
  146.  |_____________________________________________________|#
  147.   #######################################################
  148.  
  149.  
  150. ------------------------------
  151.  
  152. Date: Fri, 27 Apr 90 13:51:46
  153. From: "Simon Chappell" <S61304%PRIME-A.POLY-SOUTH-WEST.AC.UK@CUNYVM.CUNY.EDU>
  154. Subject: GULAM help wanted
  155.  
  156. I need some advice here,
  157.  
  158.  
  159. I recently (about 2 weeks ago) saw on here a mention of the current Email
  160. address of the author of the Gulam shell, a Prof. P.Mateti, I cannot
  161. remember who posted it, but I would like them to confirm the address as
  162. the one that I copied from their message (carefully!) managed to reach
  163. the site named, but was returned with an unknown user error!
  164.  
  165. The address that I used (from the UK JANET network) was:
  166.            p.mateti%cs.wright.edu@uk.ac.nsfnet-relay
  167.  
  168. Everything to the right of the percent sign seems to work, because I got
  169. through to Wright State University, but the username seems to be
  170. non-existant. Now this is a real shame because the Gulam shell would be very
  171. very good value for money if I had paid for it, but I was wondering if there
  172. was a more recent version released than the beta test version that I seem to
  173. have, dated about 1987 if I remember the documentation correctly.
  174.  
  175. I am after either, or both, any more recent versions of the binaries or
  176. a copy of the source code. Any help with any of the above will be gratefully
  177. received.
  178.  
  179. Simon.
  180.  
  181. | Simon Chappell
  182. | BSc(Hons) Computing and Informatics (final year)
  183. | Polytechnic South West (Plymouth)
  184. |
  185. | JANET      S61304@uk.ac.psw.pa     BITNET   S61304@pa.psw.ac.uk
  186. | INTERNET   S61304%uk.ac.psw.pa@nsfnet-relay.ac.uk
  187. | /* Please do not send Email via the uk.ac.ukc gateway, as my college
  188. |    hasn't paid their fees, so we don't get any Email through there   */
  189.  
  190. ------------------------------
  191.  
  192. Date: Fri, 27 Apr 90 12:26:24 +0100
  193. From: Dave Hines <vj%cxa.daresbury.ac.uk@NSFnet-Relay.AC.UK>
  194. Subject: Reg. Exp. Parser
  195. Message-ID: <11415.9004271126@cxa.daresbury.ac.uk>
  196.  
  197. David Dawkins asks:
  198.  
  199. >               Can anyone tell me where I can find a PD regular expression
  200. >   parser ?  I have heard rumour that something called 'regex' is floating
  201. >   about somewhere, but I can't find it at any archive site.
  202.  
  203.    I suspect that the regex code you have heard of is the regular expression
  204. matching code from GNU EMACS. This has been written as a general subroutine,
  205. and is useful for including in anything. It's not PD, but is freely available
  206. for non-profit making use. I can send you a copy if you don't have access to
  207. the GNU EMACS code there.
  208.  
  209.         Dave Hines.
  210.  
  211. JANET:       D.Hines@uk.ac.daresbury
  212. EARN/BITNET: D.Hines%daresbury.ac.uk@UKACRL
  213. UUCP:        D.Hines%daresbury.ac.uk@ukc.uucp
  214. Ean:         D.Hines%daresbury.ac.uk@ean-relay.ac.uk
  215. Internet:    D.Hines%daresbury.ac.uk or D.Hines%daresbury@nsfnet-relay.ac.uk
  216.  
  217. ------------------------------
  218.  
  219. Date: Fri, 27 Apr 90 11:43:32 MSZ
  220. From: ONM07%DMSWWU1A.BITNET@CUNYVM.CUNY.EDU (Julian Reschke)
  221. Subject: Severe Dcreate() bug in GEMDOS 0.23
  222. Message-ID: <9004270843.AA01353@freya.dmswwu-ether>
  223.  
  224. In article <2167@atari.UUCP> Allan Pratt writes:
  225. > What threw me was the original subject line, saying this bug was in
  226. > GEMDOS 0.23 (Which is Rainbow TOS's GEMDOS).  It's not there, and it's
  227.          ----
  228. > documented as a change, and the previous, undesired behavior is also
  229. > documented.
  230. I thought that the return value of Sversion() is to be interpreted
  231. as:
  232. 0x1300 -> Gemdos 0.19 (TOS 1.0 and TOS 1.2)
  233. 0x1400 -> Gemdos 0.20 (this buggy french thing called Turbodos)
  234. 0x1500 -> Gemdos 0.21 (TOS 1.4 and TOS 1.6)
  235.  
  236. So the meaning is:
  237. high byte: minor revision number
  238. low byte: major revision number
  239.  
  240. ___________________________ cut here _____________________________________
  241. Julian F. Reschke, Hensenstr. 142, D-4400 Muenster, Phone: ++49 251 861241
  242. eMail: ONM07@DMSWWU1A.BITNET, "Julian Reschke" @ MAUS MS  (++49 251 77216)
  243. ____________________ correct me if I'm wrong _____________________________
  244.  
  245.  
  246. ------------------------------
  247.  
  248. Date: Fri, 27 Apr 90 9:35:30 CET
  249. From: -valdez- <valdez@pirmasens-emh1.army.mil>
  250. Subject: Unsubscribe
  251.  
  252. Please unsubscribe me from newsgroup. Thanx for previous info
  253.  
  254. ------------------------------
  255.  
  256. Date: Fri, 27 Apr 90 9:21:21 CDT
  257. From: "Norman R. Frech CPSL" <frech@mwraaa.army.mil>
  258. Subject: uudecode
  259.  
  260. Greetings,
  261.  
  262. Thanks to Bill Slivert, Andie Ness, Rainer Klute, and Bertrand Decouty
  263. for the help with uud/uue.  The most recent version of uud/uue which
  264. compilied under system V came from Bertrand Decounty.
  265.  
  266. Thanks again for the support.
  267.  
  268. Norman Frech < frech@mwraaa.army.mil >
  269.  
  270.  
  271. ------------------------------
  272.  
  273. End of INFO-ATARI16 Digest V90 Issue #481
  274. *****************************************
  275.